home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / primgad / p3fiber.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  657 b   |  36 lines

  1.  
  2. // JavaScript wrapper for p3fiber.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_FIBERGADGET_H = 1;
  7. include("real/primgad/p3level.js")
  8.  
  9.  
  10. var R3CLID_FIBERGADGET = 1350;
  11.  
  12.  
  13.  
  14.  
  15. // Description: For mapchanges    
  16.  
  17. R3FIBERGM_SETPOINTS = 1350004;
  18.  
  19. function mR3FIBERGM_SETPOINTS() {
  20.   DoA(this.r3obj, 1350004, 0, R3TID_INTEGER, 0);
  21. }
  22.  
  23.  
  24.  
  25. function r3Fibergadget () { 
  26.    this.base = r3God;
  27.    if(arguments.length) {
  28.       this.base(R3CLID_FIBERGADGET, arguments);
  29.    }
  30.    // Methods
  31.    this.SETPOINTS=mR3FIBERGM_SETPOINTS;
  32.  
  33. }
  34.  
  35. r3Fibergadget.prototype=new r3Levelgadget;
  36. // p3fiber.h_H